home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / lucky18.zip / LUCKY.DOC < prev    next >
Text File  |  1993-03-23  |  13KB  |  254 lines

  1.  
  2.         One of the Livewire Collection of multi-BBS Doorware programs.
  3.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  4.           UltraBBS, Telegard, TriTel, TriBBS, Remote Access, and WWIV
  5.  
  6.                                 Richard Paquette
  7.                                    PO Box 416
  8.                               Mt. Laurel, NJ 08054
  9.  
  10.                            (c) Copyright 1989 - 1993
  11.                               All Rights Reserved
  12.  
  13.  
  14.   IMPORTANT NOTE:
  15.  
  16.   The default amount of time that a caller can bank is 15 minutes.. and you 
  17. can only charge up to (2) minutes for the cost of tickets until the door is
  18. registered.. then both are unlimited or limited only by you.
  19.  
  20.                       Additional Line(s) to the CFG file
  21.                       ----------------------------------
  22.  
  23.   Line 5 -=> The registration number
  24.   Line 6 -=> The Amount of banking time (unregistered is 15 minutes)
  25.   Line 7 -=> The Cost of Tickets (unregistered max is 2 minutes)
  26.   Line 8 -=> The Odds to win
  27.   Line 9 -=> Create a Log of Players (Y=Yes N=No)
  28.  
  29.   NOTE: Leaving the lines (5-6-7-8) blank WILL create an error... 
  30.  
  31.                   Example configuration file for PCBOARD.SYS
  32.                   ------------------------------------------
  33.                                                                              
  34. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  35. The Livewire BBS    <=-  (Change this to your BBS name)
  36. Richard             <=-  (The Sysop's first name)
  37. Paquette            <=-  (The Sysop's last name)
  38.  
  39. Example configuration file for USERS.SYS
  40. ------------------------------------------
  41.                                                                              
  42. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  43. The Livewire BBS    <=-  (Change this to your BBS name)
  44. Richard             <=-  (The Sysop's first name)
  45. Paquette            <=-  (The Sysop's last name)
  46.  
  47. Example configuration file for DOOR.SYS
  48. ---------------------------------------
  49.                                                                              
  50. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  51. The Livewire BBS    <=-  (Change this to your BBS name)
  52. Richard             <=-  (The Sysop's first name)
  53. Paquette            <=-  (The Sysop's last name)
  54.  
  55. Example configuration file for USERINFO.DAT
  56. -------------------------------------------
  57.                                                                              
  58. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  59. The Livewire BBS    <=-  (Change this to your BBS name)
  60. Richard             <=-  (The Sysop's first name)
  61. Paquette            <=-  (The Sysop's last name)
  62. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  63.  
  64. Example configuration file for CALLINFO.BBS
  65. -------------------------------------------
  66.                                                                              
  67. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  68. The Livewire BBS    <=-  (Change this to your BBS name)
  69. Richard             <=-  (The Sysop's first name)
  70. Paquette            <=-  (The Sysop's last name)
  71.  
  72. Example configuration file for DORINFOx.DEF
  73. -------------------------------------------
  74.                                                                              
  75. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  76.                           where 'x' is the BBS Node number.
  77. The Livewire BBS    <=-  (Change this to your BBS name)
  78. Richard             <=-  (The Sysop's first name)
  79. Paquette            <=-  (The Sysop's last name)
  80.  
  81. Example configuration file for SFDOORS.DAT
  82. ------------------------------------------
  83.                                                                              
  84. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  85. The Livewire BBS    <=-  (Change this to your BBS name)
  86. Richard             <=-  (The Sysop's first name)
  87. Paquette            <=-  (The Sysop's last name)
  88.  
  89. Example configuration file for CHAIN.TXT
  90. ----------------------------------------
  91.                                                                              
  92. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  93. The Livewire BBS    <=-  (Change this to your BBS name)
  94. Richard             <=-  (The Sysop's first name)
  95. Paquette            <=-  (The Sysop's last name)
  96.  
  97. Example configuration file for GTUSER.BBS
  98. ----------------------------------------
  99.                                                                              
  100. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  101. The Livewire BBS    <=-  (Change this to your BBS name)
  102. Richard             <=-  (The Sysop's first name)
  103. Paquette            <=-  (The Sysop's last name)
  104. 1                   <=-  (COM port number - defaults to 1)
  105. 1                   <=-  (Node number - defaults to 1)
  106. 123123              <=-  (Registration Number)
  107.  
  108. Example configuration file for TRIBBS.SYS
  109. ----------------------------------------
  110.                                                                              
  111. C:\BBS\TRIBBS.SYS   <=-  (Full pathname of your TRIBBS.SYS file)
  112. The Livewire BBS    <=-  (Change this to your BBS name)
  113. Richard             <=-  (The Sysop's first name)
  114. Paquette            <=-  (The Sysop's last name)
  115.  
  116. Example Batch File 
  117. -------------------
  118. A sample batch file is included and is similar to the following:
  119.    ECHO OFF
  120.    CD\DOORS                <=- Switch to the door's Directory.
  121.    DOOR DOOR.CNF           <=- Execute the door program and pass the
  122.                                 configuration filename to the program.
  123.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  124.    BOARD                   <=- Restart BBS.
  125.                                                                              
  126. This Door is multi-node  compatible so you may run more than 1 node from
  127. the same .CNF file  provided the path to your system file (DORINFOx.DEF,
  128. CALLINFO.BBS, etc) is exactly the same unless you are using environment
  129. variables, (q.v.)
  130.  
  131.                          Environment Variables
  132.  
  133. PCBoard automatically creates the %PCBDRIVE% & %PCBDIR% environment
  134. variables. Non-PCBoard systems may also use these variables by including
  135. the following in either your BBS batch or AUTOEXEC.BAT
  136.  
  137.   SET PCBDRIVE=C:               <- Drive letter of your BBS files
  138.   SET PCBDIR=\BBSDIR            <- Path to your BBS files
  139.  
  140. Then in your Door .CNF file instead of putting C:\BBSDIR\DOOR.SYS, you
  141. would put %PCBDRIVE%%PCBDIR%\DOOR.SYS. This allows you to use just one
  142. .CNF file for multi-node operation!
  143.                                                                              
  144. To specify a non-standard IRQ, put the IRQ number after the .CNF on the
  145. command line.  For example:
  146.                                                                              
  147.      DOOR DOOR.CNF /5
  148.      or using the PCBDRIVE procedure: SET IRQ=5 and use
  149.      DOOR DOOR.CNF /%IRQ%  
  150.                                                                              
  151. This tells the program to use IRQ 5 instead of the standard IRQ.
  152.  
  153.                            Top Ten Bulletin
  154.                            ----------------
  155.                                                                              
  156. The first time you run this door online it will create 3 files called
  157. ****.BUL, ****.BLT and ****.BLT. If you  wish to change the path
  158. or filename of the  Bulletin,  you must edit  ****.BUL and  change the
  159. first line to whatever path/filename you desire, assuming that this door
  160. requires or has a bulletin to display.. these docs are generic for all
  161. The Livewire Doors and some of them DO NOT create a bulletin.
  162.  
  163.                               Sysop Keys
  164.                               ----------
  165.  
  166. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  167.          written to DOOR.SYS and USERS.SYS
  168. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  169.          and/or written to DOOR.SYS and USERS.SYS
  170. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  171. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  172.          and/or written to DOOR.SYS and USERS.SYS
  173. F8    -  Returns the caller involuntarily to the BBS.
  174. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  175.          and/or written to DOOR.SYS and USERS.SYS
  176. F10   -  Activates SysOp CHAT mode within the DOOR.
  177. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  178. UP    -  Give the caller extra time while in the DOOR.  
  179. DN    -  Subtract time from the caller while in the DOOR. 
  180. HOME  -  HELP key for Status Line options.
  181. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  182. ALT-X -  PCBoard will exit after current caller logs off. Value is
  183.          passed to PCBoard. Not available on non-PCBoard systems.
  184.  
  185.                              Distribution
  186.                              ------------
  187.                                                                              
  188. This program is being distributed via the SHAREWARE concept and as such,
  189. may be copied freely with the following restrictions:
  190.                                                                              
  191.         * The program must be supplied in it's original unmodified
  192.           form, including documentation.
  193.                                                                              
  194.         * This program may not be distributed as part of any commercial
  195.           application or service without the express, written consent
  196.           of the author.
  197.                                                                              
  198.         * Vendors of Shareware/Public Domain software may not
  199.           distribute this program without the express, written
  200.           consent of the author even if Vendor has been approved
  201.           by the Association of Shareware Professionals (ASP).
  202.  
  203.                              Registration
  204.                              ------------
  205.                                                                              
  206. This door represents  many hours of  programming and the author deserves
  207. just compensation for his time, efforts and expertise.  If you find this
  208. program to be of some  value and you  continue to use it on your system,
  209. you must return the order form provided along with the registration fee.
  210. Registration  entitles you to  free upgrades via  modem from  The Livewire
  211. BBS Support Conference.  Payments should be  made in the  form of a check or
  212. money order. Foreign orders must be in U.S. funds drawn on a U.S. bank.
  213.  
  214. Online registration with Visa or Mastercard is available via our Credit
  215. Card Door at the following system:
  216.                                                                              
  217.                   The Livewire BBS: (609) 235-5297 HST
  218.                                                                              
  219. NOTE: If you register by mail,  your registration number will be posted
  220.       in a private message on The Livewire BBS. 
  221.  
  222.                                Copyright
  223.                                ---------
  224.                                                                              
  225. This door is Copyrighted(c) 1989-93 by Richard Paquette, and is distributed
  226. as Shareware. Under this concept you may use the SHAREWARE (unregistered)
  227. version for a  reasonable period of  time for evaluation  after which you
  228. must either register your copy or discontinue  usage.
  229.  
  230.                                Warranty
  231.                                --------
  232.                                                                              
  233. This product is provided as is without warranty of any kind.  The entire
  234. risk as to the results and performance of the program is assumed by you.
  235. Futhermore, the  author does not warrant, guarantee, or  make any  other
  236. representations regarding the use of,  or the  results of the use of the
  237. program,  and you rely on the  program and  results  solely at  your own
  238. risk.  The author  cannot and will not accept  responsibility for system
  239. damage, loss of profit or any other special, consequential or incidental 
  240. damages  resulting  from  the use of or inability to  use this  product.
  241.  
  242.                                Com-Ports
  243.                                ---------
  244.  
  245.                    DoorFrame now supports COM 0 thru 15.
  246.  
  247.                              Fossil Drivers
  248.                              --------------
  249.                                                                              
  250. This door may be used with Fossil drivers such as X00 & BNU.  This makes
  251. it compatible  with most  multi-port  boards.  To use the Fossil  driver
  252. instead of the standard COM ports, include  /FD on the command line when
  253. running the door. For example: DOOR DOOR.CNF /FD
  254.